projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86e411c
)
(init_charset_once): Fix previous change.
author
Kenichi Handa
<handa@m17n.org>
Sat, 7 Nov 1998 01:42:20 +0000
(
01:42
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Sat, 7 Nov 1998 01:42:20 +0000
(
01:42
+0000)
src/charset.c
patch
|
blob
|
history
diff --git
a/src/charset.c
b/src/charset.c
index 1af835f8cbc3eca3cc5bc776ed4bb6bc7917cdca..702ec54a42c7891119977cde227fa92bbc3f39d3 100644
(file)
--- a/
src/charset.c
+++ b/
src/charset.c
@@
-1813,7
+1813,7
@@
init_charset_once ()
bzero (cmpchar_hash_table, sizeof cmpchar_hash_table);
cmpchar_table_size = n_cmpchars = 0;
- for (i = 0; i <
128
; i++)
+ for (i = 0; i <
256
; i++)
BYTES_BY_CHAR_HEAD (i) = 1;
for (i = MIN_CHARSET_OFFICIAL_DIMENSION1;
i <= MAX_CHARSET_OFFICIAL_DIMENSION1; i++)